Skip to content

ci: Tier 1 OSS security scanners (CodeQL + Dependabot + govulncheck + OSV-Scanner)#5

Merged
mastermanas805 merged 3 commits into
masterfrom
oss/tier1-security-scanners
May 21, 2026
Merged

ci: Tier 1 OSS security scanners (CodeQL + Dependabot + govulncheck + OSV-Scanner)#5
mastermanas805 merged 3 commits into
masterfrom
oss/tier1-security-scanners

Conversation

@mastermanas805
Copy link
Copy Markdown
Member

Summary

Free GitHub-native + OSS scanners. 100% free for public repos.

  • CodeQL security-extended
  • Dependabot gomod + github-actions weekly grouped
  • govulncheck reachability-filtered CVE scan
  • OSV-Scanner cross-ecosystem

Cost

Zero.

🤖 Generated with Claude Code

CodeQL (security-extended) + Dependabot (gomod + actions) +
govulncheck + OSV-Scanner. 100% free for public repos.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-advanced-security
Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

mastermanas805 and others added 2 commits May 21, 2026 22:37
The Tier 1 CodeQL + govulncheck workflows failed on PR #5 because
cli uses replace directives for sibling repos that weren't cloned.

Fix: each workflow now checks out cli into ./cli, plus clones the
public sibling repos cli actually depends on (per its go.mod).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
govulncheck on PR #5 flagged Go-stdlib vulnerabilities reachable
from cli code paths. All fixed in Go 1.25.9–1.25.10.

Also merges any in-flight master commits onto the scanner-install
branch.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mastermanas805 mastermanas805 merged commit e433a68 into master May 21, 2026
6 checks passed
@mastermanas805 mastermanas805 deleted the oss/tier1-security-scanners branch May 21, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants